-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SP2] 프로젝트 탭 디테일한 디자인 수정 #248
Conversation
@@ -31,7 +33,7 @@ function Projects() { | |||
<S.ContentWrapper> | |||
<RecentProjectList /> | |||
<S.Spacing /> | |||
<S.SectionTitle>SOPT에서 진행된 프로젝트 둘러보기</S.SectionTitle> | |||
<S.SectionTitle>SOPT{!isMobile && '에서 진행된'} 프로젝트 둘러보기</S.SectionTitle> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
const isMobile = useIsMobile('899px');
useIsMobile 훅을 사용하고 있는데 초기값이 false였다가 true로 변하면서 텍스트가 SOPT에서 진행된 프로젝트 둘러보기
에서 SOPT 프로젝트 둘러보기
로 변하게 됩니다. 변함없이 처음부터 SOPT 프로젝트 둘러보기
로 나오게 할 좋은 방법이 뭐가 있을까요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- '에서 진행된'을 하나의 스타일드 컴포넌트로 감싸서, 그 친구에게 반응형을 적용하는 (display: none 먹이기) 방법도 있을 것 같습니다!
- useIsMobile 훅에서 초기값을 지정할 수 있도록 훅을 수정합니다!
요 두 방법이 잇을 것 같아요~~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
저는 서진이가 제안해준 2번 방법이 더 좋을 것 같아요!
다른 작업할때 말씀해주신 문제와 비슷한 문제를 겪을 가능성이 높아보여요~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2번에 대해서 좀 더 자세히 설명해주실 수 있나요? 초기값을 어떤식으로 지정하면 좋을까요?
모바일 사이즈일 경우에만 SOPT 프로젝트 둘러보기
타이틀이 나와야 해요!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
꼼꼼한 작업 고마워유~~
늦게까지 작업하느라 고생하셨습니다! |
yoger merge 해도 되나요 ..? |
fbfe763
to
fd70426
Compare
Summary
Screenshot
모바일 반응형 브레이크 포인트를 피그마에 적혀 있는대로 수정하였습니다. (W899px-)
2023-10-29.4.07.04.mov
스켈레톤 UI는 아직 디자인이 없어서 임의로 구현하였습니다.